Information about plays

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

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

{
    "id": 382324,
    "uri": "https://api.kexp.org/v2/plays/382324/?format=api",
    "airdate": "2019-09-18T03:19:05-07:00",
    "show": 6363,
    "show_uri": "https://api.kexp.org/v2/shows/6363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Miércoles",
    "track_id": "caa9be33-9a15-4b2a-8c86-5a48af2dabdc",
    "recording_id": null,
    "artist": "Hello Seahorse!",
    "artist_ids": [
        "57233aae-d23e-4f8b-8e5a-231d159afa1c"
    ],
    "album": "Bestia",
    "release_id": "10b84eb0-3c42-4e74-b11e-e5be40f6788e",
    "release_group_id": null,
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hello Seahorse! performing live at Panoram Studios in Mexico City. Recorded March 1, 2019. https://www.youtube.com/watch?v=l1A845e5yUA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}