Information about plays

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

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

{
    "id": 1416377,
    "uri": "https://api.kexp.org/v2/plays/1416377/?format=api",
    "airdate": "2008-08-30T23:42:21-07:00",
    "show": 24702,
    "show_uri": "https://api.kexp.org/v2/shows/24702/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rato Triste",
    "track_id": "abc81e9f-d836-46fa-8e59-08e4a2ae7a1d",
    "recording_id": null,
    "artist": "Corrupted",
    "artist_ids": [
        "c2d928a7-f928-4ceb-a75f-0cea3b1f4b94"
    ],
    "album": "Se Hace Por Los Sueños Asesinos",
    "release_id": "ec4d223d-6fec-41c9-b91d-fca93ed65a50",
    "release_group_id": null,
    "labels": [
        "H:G Fact"
    ],
    "label_ids": [
        "65185579-c04b-4eb6-baf1-df25f297db93"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}