Information about plays

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

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

{
    "id": 2683059,
    "uri": "https://api.kexp.org/v2/plays/2683059/?format=api",
    "airdate": "2020-01-07T01:25:29-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Riding Solo",
    "track_id": "6653ba18-e0b8-437e-b2ab-32d3802da45b",
    "recording_id": null,
    "artist": "Hinds",
    "artist_ids": [
        "615ba4a9-e5d2-45dc-bf75-a1b444a33fc9"
    ],
    "album": "Riding Solo",
    "release_id": "df9c8987-245e-4f1e-a6b2-00256cab45b6",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2019-12-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hinds - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=OBzLGM454LY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}