Information about plays

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

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

{
    "id": 351083,
    "uri": "https://api.kexp.org/v2/plays/351083/?format=api",
    "airdate": "2019-07-07T00:51:00-07:00",
    "show": 5850,
    "show_uri": "https://api.kexp.org/v2/shows/5850/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Curse of the Pharaohs",
    "track_id": "dbad310c-0d06-3072-b075-14789afd4ea2",
    "recording_id": null,
    "artist": "Mercyful Fate",
    "artist_ids": [
        "9b137ab6-5987-4606-989b-183cdb2d3e50"
    ],
    "album": "Melissa",
    "release_id": "3d97781a-0fec-3d13-b272-444615bc45a7",
    "release_group_id": null,
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}