Information about plays

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

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

{
    "id": 2680827,
    "uri": "https://api.kexp.org/v2/plays/2680827/?format=api",
    "airdate": "2020-01-01T13:33:20-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "https://coverartarchive.org/release/4491675f-2e47-489d-8c72-9d71ab7f747e/3049629726-250.jpg",
    "thumbnail_uri": "",
    "song": "We Own the Sky",
    "track_id": "1739a620-91b6-3c04-9697-829f502557fa",
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Saturdays = Youth",
    "release_id": "4491675f-2e47-489d-8c72-9d71ab7f747e",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2008-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}