Information about plays

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

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

{
    "id": 373932,
    "uri": "https://api.kexp.org/v2/plays/373932/?format=api",
    "airdate": "2019-08-29T09:50:23-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?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": "From Lisa LeClair's \"Solitary Party Groover\" mix here on Mixtape Week | Full track listing here: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}