Information about plays

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

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

{
    "id": 2681628,
    "uri": "https://api.kexp.org/v2/plays/2681628/?format=api",
    "airdate": "2020-01-03T13:27:00-08:00",
    "show": 46283,
    "show_uri": "https://api.kexp.org/v2/shows/46283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If I'm Lucky",
    "track_id": "895ee6b7-6ee8-36dc-959f-e3e7f8563de2",
    "recording_id": null,
    "artist": "Johnny Hartman",
    "artist_ids": [
        "356abadf-a35c-4f93-baa2-9977b1c14046"
    ],
    "album": "I Just Dropped by to Say Hello",
    "release_id": "e9a59df7-9375-4337-904e-cf55c90d5887",
    "release_group_id": null,
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}