Information about plays

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

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

{
    "id": 2680348,
    "uri": "https://api.kexp.org/v2/plays/2680348/?format=api",
    "airdate": "2019-12-31T09:17:35-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "https://coverartarchive.org/release/1a83ee78-f488-4164-a707-dfb20ee7a20a/22880144842-250.jpg",
    "thumbnail_uri": "",
    "song": "Different Kind of Love",
    "track_id": "01ad2ca5-8b0f-439f-b081-6756bfa27c06",
    "recording_id": null,
    "artist": "Adia Victoria",
    "artist_ids": [
        "7b1252da-a5e6-49db-9ca8-1d3045d8dc2c"
    ],
    "album": "Silences",
    "release_id": "1a83ee78-f488-4164-a707-dfb20ee7a20a",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2019-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}