Information about plays

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

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

{
    "id": 368762,
    "uri": "https://api.kexp.org/v2/plays/368762/?format=api",
    "airdate": "2019-08-17T17:25:00-07:00",
    "show": 6145,
    "show_uri": "https://api.kexp.org/v2/shows/6145/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "11 Years (Sabres of Paradise main mix)",
    "track_id": "78a900eb-6cce-3493-81b6-8854b85f22de",
    "recording_id": null,
    "artist": "DJ Shadow Feat. De La Soul",
    "artist_ids": [],
    "album": "Rocket Fuel",
    "release_id": "00b949d0-40f0-403a-927f-a28c28048863",
    "release_group_id": null,
    "labels": [
        "Middle Earth Recordings"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Shadow is back with his first new music since 2016!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}