Information about plays

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

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

{
    "id": 513769,
    "uri": "https://api.kexp.org/v2/plays/513769/?format=api",
    "airdate": "2002-02-03T09:00:00-08:00",
    "show": 8858,
    "show_uri": "https://api.kexp.org/v2/shows/8858/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AZQBW9HNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AZQBW9HNL._SL75_.jpg",
    "song": "Come on in this House",
    "track_id": "8bd527f5-9b93-41ca-8446-5e9f7a3d9fd0",
    "recording_id": null,
    "artist": "Junior Wells",
    "artist_ids": [
        "5f526374-0e88-4508-a8d6-7f25c16cb2d8"
    ],
    "album": "Putumayo Presents: Mississippi Blues",
    "release_id": "4622bd70-159d-408b-82ee-74b35402ac9c",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2002-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}