Information about plays

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

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

{
    "id": 489333,
    "uri": "https://api.kexp.org/v2/plays/489333/?format=api",
    "airdate": "2001-11-22T18:28:41-08:00",
    "show": 8377,
    "show_uri": "https://api.kexp.org/v2/shows/8377/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ASJ5XX4EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ASJ5XX4EL._SL75_.jpg",
    "song": "Fraulein",
    "track_id": "504dd9ea-f93e-4b15-b118-fcd167c00848",
    "recording_id": null,
    "artist": "Bobby Helms",
    "artist_ids": [
        "502b3244-0f7d-470c-99e9-b17fe6bcaabf"
    ],
    "album": "From the Vaults: Decca Country Classics, 1934 - 1973 (disc 2)",
    "release_id": "e437db75-f482-4d88-bf07-80e5e93778b0",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}