Information about plays

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

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

{
    "id": 419575,
    "uri": "https://api.kexp.org/v2/plays/419575/?format=api",
    "airdate": "2001-04-30T00:00:00-07:00",
    "show": 7017,
    "show_uri": "https://api.kexp.org/v2/shows/7017/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rU6e8oM0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rU6e8oM0L._SL75_.jpg",
    "song": "HOOTCHIE COOTCHIE MAN",
    "track_id": null,
    "recording_id": null,
    "artist": "Pinetop Perkins & Hubert Sumlin",
    "artist_ids": [
        "0428a61c-40e6-4542-b108-6ae12e6be734"
    ],
    "album": "Legends",
    "release_id": "87392de3-af0b-4a49-b035-9e25b455c115",
    "release_group_id": null,
    "labels": [
        "Telarc"
    ],
    "label_ids": [
        "91adb2af-1f8d-4bf5-b86b-a0fbfde5020b"
    ],
    "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"
}