Information about plays

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

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

{
    "id": 2682788,
    "uri": "https://api.kexp.org/v2/plays/2682788/?format=api",
    "airdate": "2020-01-06T09:11:08-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e560572-8fc0-4f53-bde3-75d844cce6f5/24754974144-250.jpg",
    "thumbnail_uri": "",
    "song": "Blinding Lights",
    "track_id": "b6980177-5c02-44b4-a5a2-fb7fc736a533",
    "recording_id": null,
    "artist": "The Weeknd",
    "artist_ids": [
        "c8b03190-306c-4120-bb0b-6f2ebfc06ea9"
    ],
    "album": "Blinding Lights",
    "release_id": "6e560572-8fc0-4f53-bde3-75d844cce6f5",
    "release_group_id": null,
    "labels": [
        "Republic Records"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2019-11-29",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}