Information about plays

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

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

{
    "id": 380490,
    "uri": "https://api.kexp.org/v2/plays/380490/?format=api",
    "airdate": "2019-09-13T18:18:15-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fire",
    "track_id": "afa22e0f-4af4-42bd-8b54-e4c1c61d0385",
    "recording_id": null,
    "artist": "Black Pumas",
    "artist_ids": [
        "dd569857-d15e-4dbe-baad-b46a5ffe34a0"
    ],
    "album": "Black Pumas",
    "release_id": "6b8bba6e-4abb-45b0-a779-de4fff323b01",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Pumas will be performing live at the KEXP Studios - session will be free and open to the public. Friday, Oct 18. https://www.kexp.org/events/kexp-events/black-pumas-live-on-kexp-f0f86dbf-d419-4d62-b9ee-9bcfd2da97a8/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}