Information about plays

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

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

{
    "id": 2680717,
    "uri": "https://api.kexp.org/v2/plays/2680717/?format=api",
    "airdate": "2020-01-01T07:24:41-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "https://coverartarchive.org/release/a5690477-2aff-4019-9bde-a2bf5c84eef7/24708070141-250.jpg",
    "thumbnail_uri": "",
    "song": "Sermon",
    "track_id": "f8a97f75-29c4-44bc-9f73-f4499da024f2",
    "recording_id": null,
    "artist": "Mercury Rev featuring Margo Price",
    "artist_ids": [
        "b53b9322-7d65-4b17-ae4c-9190d347fcea"
    ],
    "album": "Bobbie Gentry's the Delta Sweete Revisited",
    "release_id": "a5690477-2aff-4019-9bde-a2bf5c84eef7",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}