Information about plays

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

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

{
    "id": 379320,
    "uri": "https://api.kexp.org/v2/plays/379320/?format=api",
    "airdate": "2019-09-10T23:11:09-07:00",
    "show": 6314,
    "show_uri": "https://api.kexp.org/v2/shows/6314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crooked Bird",
    "track_id": "3b56aea8-6f68-32d6-9a56-250835f190e7",
    "recording_id": null,
    "artist": "Gas Huffer",
    "artist_ids": [
        "87bcfd2a-72c7-4c59-b2d6-873cb2e76ca6"
    ],
    "album": "One Inch Masters",
    "release_id": "b70df7ad-8fbd-40ff-8730-560e52038500",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}