Information about plays

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

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

{
    "id": 2677769,
    "uri": "https://api.kexp.org/v2/plays/2677769/?format=api",
    "airdate": "2019-12-25T02:43:56-08:00",
    "show": 46221,
    "show_uri": "https://api.kexp.org/v2/shows/46221/?format=api",
    "image_uri": "https://coverartarchive.org/release/38a40944-ac73-4c8e-8638-ec0075b170ea/4530840085-250.jpg",
    "thumbnail_uri": "",
    "song": "I’m Always in Love",
    "track_id": "2c8912d7-2b13-3e71-8633-5730eaa322c8",
    "recording_id": null,
    "artist": "Wilco",
    "artist_ids": [
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Summerteeth",
    "release_id": "38a40944-ac73-4c8e-8638-ec0075b170ea",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1999-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request for Elia!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}