Information about plays

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

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

{
    "id": 2670844,
    "uri": "https://api.kexp.org/v2/plays/2670844/?format=api",
    "airdate": "2019-12-09T04:44:00-08:00",
    "show": 46108,
    "show_uri": "https://api.kexp.org/v2/shows/46108/?format=api",
    "image_uri": "https://coverartarchive.org/release/479d13b3-e40e-4e78-89a8-5be1f4f84ea0/24803199821-250.jpg",
    "thumbnail_uri": "",
    "song": "New Year, new me",
    "track_id": "cf043476-89f8-4345-9035-88cfd293daaa",
    "recording_id": null,
    "artist": "Sløtface",
    "artist_ids": [
        "279e7d66-17a4-40fc-b4a6-1999742399df"
    ],
    "album": "New Year, new me",
    "release_id": "479d13b3-e40e-4e78-89a8-5be1f4f84ea0",
    "release_group_id": null,
    "labels": [
        "Propeller Recordings"
    ],
    "label_ids": [
        "03b533f7-18ad-4fec-86af-df863829ea24"
    ],
    "release_date": "2019-12-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}