Information about plays

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

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

{
    "id": 426006,
    "uri": "https://api.kexp.org/v2/plays/426006/?format=api",
    "airdate": "2001-05-19T11:16:21-07:00",
    "show": 7147,
    "show_uri": "https://api.kexp.org/v2/shows/7147/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nuMYFMHTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nuMYFMHTL._SL75_.jpg",
    "song": "We Got Love",
    "track_id": "5a16056b-b0c0-4ecb-9c22-456a643e65fd",
    "recording_id": null,
    "artist": "Freddie McGregor",
    "artist_ids": [
        "7217d3fb-a04b-429d-abcf-a74265a93c73"
    ],
    "album": "Zion Chant",
    "release_id": "8a90db48-0ac0-4d60-a598-9c826b3cdb94",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "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"
}