Information about plays

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

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

{
    "id": 421247,
    "uri": "https://api.kexp.org/v2/plays/421247/?format=api",
    "airdate": "2001-05-04T18:45:42-07:00",
    "show": 7051,
    "show_uri": "https://api.kexp.org/v2/shows/7051/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61rFp4NZgPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61rFp4NZgPL._SL75_.jpg",
    "song": "90 miles an hour down a dead end street",
    "track_id": null,
    "recording_id": null,
    "artist": "Hank Snow",
    "artist_ids": [
        "c328faea-ae26-4988-85f5-e9a8dc322bb1"
    ],
    "album": "The Essential Hank Snow",
    "release_id": "4f1b9240-b288-4e3e-8e25-22a26ca81370",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}