Information about plays

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

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

{
    "id": 380950,
    "uri": "https://api.kexp.org/v2/plays/380950/?format=api",
    "airdate": "2019-09-14T22:09:55-07:00",
    "show": 6341,
    "show_uri": "https://api.kexp.org/v2/shows/6341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She’s Like Heroin to Me",
    "track_id": "f8d8233e-1a3a-453d-960f-72ddd59ce5b6",
    "recording_id": null,
    "artist": "The Gun Club",
    "artist_ids": [
        "e78cc47f-9b89-4ef7-86f8-8f9df4f9dac9"
    ],
    "album": "Fire of Love",
    "release_id": "d262a16c-b028-4cb1-b9a9-8ce8b8d7a5d6",
    "release_group_id": null,
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}