Information about plays

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

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

{
    "id": 532699,
    "uri": "https://api.kexp.org/v2/plays/532699/?format=api",
    "airdate": "2002-03-29T21:44:52-08:00",
    "show": 9223,
    "show_uri": "https://api.kexp.org/v2/shows/9223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/613QeTSUo0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/613QeTSUo0L._SL75_.jpg",
    "song": "Sr. Judas",
    "track_id": "cf533b89-33fa-4549-9d6c-6ebdde7a3e13",
    "recording_id": null,
    "artist": "Los de abajo",
    "artist_ids": [
        "d66d4816-4864-41b5-973a-061ca1aaf32d"
    ],
    "album": "Cybertropic Chilango Power",
    "release_id": "99a7faf0-8b28-42ae-9ce9-a13259e9106e",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2002-02-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}