Information about plays

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

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

{
    "id": 1289120,
    "uri": "https://api.kexp.org/v2/plays/1289120/?format=api",
    "airdate": "2007-10-10T03:37:13-07:00",
    "show": 22557,
    "show_uri": "https://api.kexp.org/v2/shows/22557/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NJRSN6KDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NJRSN6KDL._SL75_.jpg",
    "song": "The Jungle Line",
    "track_id": null,
    "recording_id": null,
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "The Hissing of Summer Lawns",
    "release_id": "9fc9f85d-fe8d-49f5-8199-27ffb4f0991b",
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1975-11-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}