Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/1334158/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1334158,
    "uri": "https://api.kexp.org/v2/plays/1334158/?format=api",
    "airdate": "2008-02-03T13:06:50-08:00",
    "show": 23320,
    "show_uri": "https://api.kexp.org/v2/shows/23320/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4138AazjGRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4138AazjGRL._SL75_.jpg",
    "song": "Ice on the Wing",
    "track_id": "88d1b6be-e2db-4d96-89a1-e731f00beb33",
    "recording_id": null,
    "artist": "Nada Surf",
    "artist_ids": [
        "b9a2a9a6-7a40-48a6-bcb1-8eff5b89ad5b"
    ],
    "album": "Lucky",
    "release_id": "761caac5-edd4-4c6d-a7dd-b370d3312564",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2008-02-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}