Information about plays

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

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

{
    "id": 351433,
    "uri": "https://api.kexp.org/v2/plays/351433/?format=api",
    "airdate": "2019-07-07T19:54:00-07:00",
    "show": 5856,
    "show_uri": "https://api.kexp.org/v2/shows/5856/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When Love Is New",
    "track_id": "ef5f297f-dfa0-40cc-97c1-fd21b75551e2",
    "recording_id": null,
    "artist": "Arthur Prysock",
    "artist_ids": [
        "6d7bbe9c-e9de-4057-8d69-bbc09e365ebb"
    ],
    "album": "All My Life",
    "release_id": "ce178f3f-4317-488b-bf03-697b3eefa4f9",
    "release_group_id": null,
    "labels": [
        "Old Town Records"
    ],
    "label_ids": [
        "70a05692-d872-4e8b-b12d-71a4b5bac1ac"
    ],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}