Information about plays

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

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

{
    "id": 2678308,
    "uri": "https://api.kexp.org/v2/plays/2678308/?format=api",
    "airdate": "2019-12-26T07:58:25-08:00",
    "show": 46226,
    "show_uri": "https://api.kexp.org/v2/shows/46226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Syracuse",
    "track_id": "25e9dff1-d690-3e6d-8b98-bd0dddb55de2",
    "recording_id": null,
    "artist": "Pinback",
    "artist_ids": [
        "1f16a425-2606-4137-a6b7-234b6dabe037"
    ],
    "album": "Summer in Abaddon",
    "release_id": "cefee04c-9dcc-427f-99a1-69549297c7f8",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2004-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pinback is an indie rock band from San Diego, California formed in 1998.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}