Information about plays

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

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

{
    "id": 415206,
    "uri": "https://api.kexp.org/v2/plays/415206/?format=api",
    "airdate": "2001-04-16T06:42:51-07:00",
    "show": 6927,
    "show_uri": "https://api.kexp.org/v2/shows/6927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tomorrow Comes Today",
    "track_id": "ccb86c5a-c61d-4af5-a301-c67a12a2b0aa",
    "recording_id": null,
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Tomorrow Comes Today EP",
    "release_id": "e74f6f57-65a1-4bd0-8695-e11de1a117c0",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}