Information about plays

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

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

{
    "id": 2679911,
    "uri": "https://api.kexp.org/v2/plays/2679911/?format=api",
    "airdate": "2019-12-30T09:55:01-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Out",
    "track_id": "1d373da9-98ba-45de-8494-0fb8e5ecf8c1",
    "recording_id": null,
    "artist": "Evan Flory-Barnes",
    "artist_ids": [
        "c77ff5ca-dcb2-4c26-86de-20cc19fb7ee9"
    ],
    "album": "I'm Out",
    "release_id": "74b526e1-2628-4876-97ad-538ef422014b",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}