Information about plays

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

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

{
    "id": 345271,
    "uri": "https://api.kexp.org/v2/plays/345271/?format=api",
    "airdate": "2019-06-23T19:23:00-07:00",
    "show": 5757,
    "show_uri": "https://api.kexp.org/v2/shows/5757/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let’s Do It Again",
    "track_id": "adac652e-06ac-4ffc-8f97-c8da0d1d192c",
    "recording_id": null,
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Let’s Do It Again",
    "release_id": "94695e26-387a-48e2-8a0a-0fdeb9d4d315",
    "release_group_id": null,
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}