Information about plays

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

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

{
    "id": 2682923,
    "uri": "https://api.kexp.org/v2/plays/2682923/?format=api",
    "airdate": "2020-01-06T17:08:45-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab54ab5d-90bd-4941-a38b-42c67c6fa823/24252126462-250.jpg",
    "thumbnail_uri": "",
    "song": "Call Me",
    "track_id": "f33a29bd-b1fa-4b5d-b574-85f4b2bf0869",
    "recording_id": null,
    "artist": "Cherry Glazerr feat. Portugal. The Man",
    "artist_ids": [
        "3599a39e-4e10-4cb5-90d4-c8a015ebc73b"
    ],
    "album": "Call Me",
    "release_id": "ab54ab5d-90bd-4941-a38b-42c67c6fa823",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2019-10-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Give the music video for \"Call Me\" a watch here: https://www.youtube.com/watch?v=q0NvOxM8kPY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}