Information about plays

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

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

{
    "id": 376329,
    "uri": "https://api.kexp.org/v2/plays/376329/?format=api",
    "airdate": "2019-09-04T01:00:12-07:00",
    "show": 6264,
    "show_uri": "https://api.kexp.org/v2/shows/6264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wildfire",
    "track_id": "12cc7991-67ce-4ff6-a16a-35fc04f38826",
    "recording_id": null,
    "artist": "Maps",
    "artist_ids": [
        "0dcf7f6e-da64-4fa7-bc80-5950c55fa8d2"
    ],
    "album": "Colours. Reflect. Time. Loss.",
    "release_id": "4b1fce16-e04d-4ced-816a-0bc449ac76e5",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James Kenneth Chapman, known professionally as Maps, is an English record producer, songwriter and remixer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}