Information about plays

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

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

{
    "id": 376271,
    "uri": "https://api.kexp.org/v2/plays/376271/?format=api",
    "airdate": "2019-09-03T23:01:00-07:00",
    "show": 6264,
    "show_uri": "https://api.kexp.org/v2/shows/6264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prairie Rose",
    "track_id": "37b9c553-f805-3fd4-af23-1c6a6ca7b4df",
    "recording_id": null,
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "Country Life",
    "release_id": "0be3f8fc-b63d-3a00-9ffa-0e0b8752af81",
    "release_group_id": null,
    "labels": [
        "E’G Records"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tonight @ the Moore Theater!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}