Information about plays

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

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

{
    "id": 1355477,
    "uri": "https://api.kexp.org/v2/plays/1355477/?format=api",
    "airdate": "2008-03-28T19:56:00-07:00",
    "show": 23672,
    "show_uri": "https://api.kexp.org/v2/shows/23672/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keys To Her Ferrari",
    "track_id": "caccb732-f913-420b-af0b-18e1e5bd40c3",
    "recording_id": null,
    "artist": "Spies Who Surf",
    "artist_ids": [
        "e265d2fb-bee1-4a0a-b31f-232c085990a2"
    ],
    "album": "Calling All Martians",
    "release_id": "1a17ece7-7807-42b4-844c-ef45890532c0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}