Information about plays

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

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

{
    "id": 424751,
    "uri": "https://api.kexp.org/v2/plays/424751/?format=api",
    "airdate": "2001-05-15T16:50:46-07:00",
    "show": 7124,
    "show_uri": "https://api.kexp.org/v2/shows/7124/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510oZRdWFrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510oZRdWFrL._SL75_.jpg",
    "song": "Fresca",
    "track_id": "a5ebb658-e3a8-438b-996e-c51c3f706ea0",
    "recording_id": null,
    "artist": "Friends of Dean Martinez",
    "artist_ids": [
        "51573fd2-0b3e-4434-9d8c-cf58ffad7fd7"
    ],
    "album": "Retrograde",
    "release_id": "2452f412-11ed-4a1a-8e26-d4a6413acd8a",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}