Information about plays

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

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

{
    "id": 376945,
    "uri": "https://api.kexp.org/v2/plays/376945/?format=api",
    "airdate": "2019-09-05T09:10:00-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "#1 Crush",
    "track_id": "42b5d7fa-c36a-3624-8562-4ef103fa3fd9",
    "recording_id": null,
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "#1 Crush",
    "release_id": "98eae1d6-0fde-3a9d-bde2-6dd4295f6365",
    "release_group_id": null,
    "labels": [
        "Mushroom Records"
    ],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track (and definite mood setter) from the 1996 soundtrack for \"Romeo + Juliet\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}