Information about plays

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

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

{
    "id": 504633,
    "uri": "https://api.kexp.org/v2/plays/504633/?format=api",
    "airdate": "2002-01-07T14:28:00-08:00",
    "show": 8679,
    "show_uri": "https://api.kexp.org/v2/shows/8679/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MB1DTQZML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MB1DTQZML._SL75_.jpg",
    "song": "Ian McCulloch  -  Hey Thats No Way To Say Goodbye",
    "track_id": null,
    "recording_id": null,
    "artist": "(Various Artists) ",
    "artist_ids": [
        "89ad4ac3-39f7-470e-963a-56509c546377"
    ],
    "album": "I'm Your Fan: The Songs of Leonard Cohen",
    "release_id": "594d75f2-419a-45b0-b50e-7c6c34b2c62b",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1991-11-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}