Information about plays

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

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

{
    "id": 1196490,
    "uri": "https://api.kexp.org/v2/plays/1196490/?format=api",
    "airdate": "2007-02-13T19:15:40-08:00",
    "show": 20974,
    "show_uri": "https://api.kexp.org/v2/shows/20974/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "136 (Gautam's Downtempo Mix)",
    "track_id": "dd44c2d0-48c3-4da9-997f-cc04bcca2902",
    "recording_id": null,
    "artist": "MIDIval PunditZ",
    "artist_ids": [
        "ef1bf752-c7bb-45ca-8f9e-e7e8e18fe26e"
    ],
    "album": "MIDIval PunditZ Remixed",
    "release_id": "f260e499-5ce8-4371-a205-287838b523cd",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}