Information about plays

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

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

{
    "id": 2681676,
    "uri": "https://api.kexp.org/v2/plays/2681676/?format=api",
    "airdate": "2020-01-03T16:33:07-08:00",
    "show": 46284,
    "show_uri": "https://api.kexp.org/v2/shows/46284/?format=api",
    "image_uri": "https://coverartarchive.org/release/6cfa81a9-b642-414e-a846-495d111db4f1/9733980416-250.jpg",
    "thumbnail_uri": "",
    "song": "Juggle Tings Proper",
    "track_id": "7052458d-016f-337a-8743-5eb338ae1ec1",
    "recording_id": null,
    "artist": "Roots Manuva",
    "artist_ids": [
        "4f6dd51e-bfd7-4153-ace7-9316d1757a57"
    ],
    "album": "Brand New Second Hand",
    "release_id": "6cfa81a9-b642-414e-a846-495d111db4f1",
    "release_group_id": null,
    "labels": [
        "Big Dada"
    ],
    "label_ids": [
        "1382bfb9-0880-4696-a8ae-1ce2d94ce097"
    ],
    "release_date": "1999-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}