Information about plays

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

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

{
    "id": 2676250,
    "uri": "https://api.kexp.org/v2/plays/2676250/?format=api",
    "airdate": "2019-12-21T05:39:00-08:00",
    "show": 46190,
    "show_uri": "https://api.kexp.org/v2/shows/46190/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cruisin'",
    "track_id": "0eda34f7-616c-48ef-86f8-908d267c276c",
    "recording_id": null,
    "artist": "Smokey Robinson",
    "artist_ids": [
        "c19ff12b-058f-44a8-b245-b0efb4752925"
    ],
    "album": "Cruisin'",
    "release_id": "1e3a5f51-af06-47c6-9341-4aadaaa7c54f",
    "release_group_id": null,
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1979-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}