Information about plays

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

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

{
    "id": 382469,
    "uri": "https://api.kexp.org/v2/plays/382469/?format=api",
    "airdate": "2019-09-18T12:10:17-07:00",
    "show": 6365,
    "show_uri": "https://api.kexp.org/v2/shows/6365/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Still",
    "track_id": "8f021bcb-f8ca-40f4-baa8-a76bacf9aaf8",
    "recording_id": null,
    "artist": "Soft Science",
    "artist_ids": [
        "0f83f567-99cd-4815-89c9-2a68ce8c4e59"
    ],
    "album": "Maps",
    "release_id": "63f22c27-5759-4e0a-b62f-6c31d15ed965",
    "release_group_id": null,
    "labels": [
        "Test Pattern Records"
    ],
    "label_ids": [
        "d2ff4cf2-a463-43bf-ac06-9d0fdce6bd9a"
    ],
    "release_date": "2018-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Soft Science's live KEXP in-studio here: https://bit.ly/2koko21",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}