Information about plays

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

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

{
    "id": 370554,
    "uri": "https://api.kexp.org/v2/plays/370554/?format=api",
    "airdate": "2019-08-21T20:28:53-07:00",
    "show": 6174,
    "show_uri": "https://api.kexp.org/v2/shows/6174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mind Daze",
    "track_id": "da17280a-b458-3e23-b6a5-1c65d062d4a8",
    "recording_id": null,
    "artist": "Psychic Ills",
    "artist_ids": [
        "d4807769-d346-4aeb-a4af-029181ecb6fb"
    ],
    "album": "Hazed Dream",
    "release_id": "e3664d6f-8b3d-4a70-a6b4-24d392a7be1d",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [],
    "release_date": "2011-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NYC band ; this song live: https://www.youtube.com/watch?v=zJ-9vKaGs1g ; https://psychicills.bandcamp.com ; https://www.facebook.com/psychicills",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}