Information about plays

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

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

{
    "id": 416619,
    "uri": "https://api.kexp.org/v2/plays/416619/?format=api",
    "airdate": "2001-04-20T05:54:00-07:00",
    "show": 6952,
    "show_uri": "https://api.kexp.org/v2/shows/6952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock the House",
    "track_id": "750ab992-4170-422e-a55f-834cfec14047",
    "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"
}