Information about plays

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

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

{
    "id": 2683117,
    "uri": "https://api.kexp.org/v2/plays/2683117/?format=api",
    "airdate": "2020-01-07T04:50:31-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/eabe4574-f277-470e-a3bc-a50ffd2d9384/3852282266-250.jpg",
    "thumbnail_uri": "",
    "song": "Don’t You Evah",
    "track_id": "86fe4f4a-2645-3d26-905e-e2d96ec86838",
    "recording_id": null,
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Ga Ga Ga Ga Ga",
    "release_id": "eabe4574-f277-470e-a3bc-a50ffd2d9384",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2007-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spoon - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=9xAVeoCS4qM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}