Information about plays

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

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

{
    "id": 2682071,
    "uri": "https://api.kexp.org/v2/plays/2682071/?format=api",
    "airdate": "2020-01-04T14:52:32-08:00",
    "show": 46290,
    "show_uri": "https://api.kexp.org/v2/shows/46290/?format=api",
    "image_uri": "https://coverartarchive.org/release/2abb33ee-9bea-43da-8bac-7305a11c07ae/24224230171-250.jpg",
    "thumbnail_uri": "",
    "song": "Never Let You Go",
    "track_id": "a555fa38-9ede-4fb9-b15f-8af5698c8ab0",
    "recording_id": null,
    "artist": "Georgia",
    "artist_ids": [
        "c9ae836d-3839-42f2-9f8b-edd0d77553a5"
    ],
    "album": "Seeking Thrills",
    "release_id": "2abb33ee-9bea-43da-8bac-7305a11c07ae",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2020-01-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}