Information about plays

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

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

{
    "id": 1233564,
    "uri": "https://api.kexp.org/v2/plays/1233564/?format=api",
    "airdate": "2007-05-20T19:37:00-07:00",
    "show": 21610,
    "show_uri": "https://api.kexp.org/v2/shows/21610/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here We Go",
    "track_id": "6fc8a08a-f9f8-49b0-bec0-eafbd9105485",
    "recording_id": null,
    "artist": "Stat Quo",
    "artist_ids": [
        "16657c3a-2b00-4416-a719-0d03e35b1918"
    ],
    "album": "Purple Codeine 11 (Presented by DJ Envy and Tapemasters, Inc.)",
    "release_id": "652223d2-99f8-4818-954f-24a2d20af08e",
    "release_group_id": null,
    "labels": [
        "Aftermath Entertainment"
    ],
    "label_ids": [
        "c0629488-2aa2-4b46-9de8-decb27147444"
    ],
    "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"
}