Information about plays

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

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

{
    "id": 486621,
    "uri": "https://api.kexp.org/v2/plays/486621/?format=api",
    "airdate": "2001-11-14T16:41:32-08:00",
    "show": 8323,
    "show_uri": "https://api.kexp.org/v2/shows/8323/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DMG5BQ98L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DMG5BQ98L._SL75_.jpg",
    "song": "The Running Man",
    "track_id": "0d536150-6ccf-41ac-9269-0d29683c8c7f",
    "recording_id": null,
    "artist": "The Tear Garden",
    "artist_ids": [
        "57928ae9-5742-408f-b953-9e1c8110b405"
    ],
    "album": "The Last Man To Fly",
    "release_id": "bbcf24d7-5ae1-4216-84cb-aabd02861be9",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}