Information about plays

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

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

{
    "id": 532169,
    "uri": "https://api.kexp.org/v2/plays/532169/?format=api",
    "airdate": "2002-03-28T12:53:44-08:00",
    "show": 9212,
    "show_uri": "https://api.kexp.org/v2/shows/9212/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yeBAgV-0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yeBAgV-0L._SL75_.jpg",
    "song": "Protect Ya Neck",
    "track_id": null,
    "recording_id": null,
    "artist": "Wu‐Tang Clan",
    "artist_ids": [
        "0febdcf7-4e1f-4661-9493-b40427de2c13"
    ],
    "album": "Enter the Wu-Tang: 36 Chambers",
    "release_id": "569fb0dc-b236-4654-80b6-7a25c335754c",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}