Information about plays

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

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

{
    "id": 378968,
    "uri": "https://api.kexp.org/v2/plays/378968/?format=api",
    "airdate": "2019-09-10T03:28:00-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Voodoo Child (slight return)",
    "track_id": "098cdad9-c38a-3e51-86bf-665965097f97",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Electric Ladyland",
    "release_id": "9fa7f446-b15c-3ad9-a4cc-3348e9140319",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out an excellent cover of this song done with the gayageum, a traditional Korean instrument: https://bit.ly/2lNwkup",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}