Information about plays

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

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

{
    "id": 1388909,
    "uri": "https://api.kexp.org/v2/plays/1388909/?format=api",
    "airdate": "2008-06-22T23:13:00-07:00",
    "show": 24244,
    "show_uri": "https://api.kexp.org/v2/shows/24244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Raw Material",
    "track_id": "bd3f19ac-2e84-4f63-9dee-5cd680ed053f",
    "recording_id": null,
    "artist": "Elemental",
    "artist_ids": [
        "95a0d849-4168-4cd5-8cd6-f7a2904151bc"
    ],
    "album": "Space and Time",
    "release_id": "2990072a-b054-4748-be22-5789d717b326",
    "release_group_id": null,
    "labels": [
        "Hotflush Recordings"
    ],
    "label_ids": [
        "781a28e3-ae58-42a4-ba2c-620ebd007b4d"
    ],
    "release_date": "2007-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}