Information about plays

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

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

{
    "id": 2680711,
    "uri": "https://api.kexp.org/v2/plays/2680711/?format=api",
    "airdate": "2020-01-01T07:03:00-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Year's Resolution",
    "track_id": "b82f0d65-188e-3a47-99c6-ec6b3f1d0e3c",
    "recording_id": null,
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "King & Queen",
    "release_id": "47bba25e-6199-437d-9a2b-0f77ca43bc5c",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And Carla Thomas! But the playlist hates me and won't let me add that part!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}