Information about plays

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

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

{
    "id": 2682840,
    "uri": "https://api.kexp.org/v2/plays/2682840/?format=api",
    "airdate": "2020-01-06T12:06:35-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Let Get You Down",
    "track_id": "d055be0c-6abc-4ecb-be90-550bf6ebcc9e",
    "recording_id": null,
    "artist": "Wajatta",
    "artist_ids": [
        "366b8192-1ea8-4a83-b47a-3325f9bce153"
    ],
    "album": "Don’t Let Get You Down",
    "release_id": "a768bd51-7980-4d9e-984a-fd7670992385",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2020-02-28",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The musical duo of Reggie Watts and John Tejada return with their second album, “Don’t Let Get You Down” to be released by Brainfeeder on 28 February 2020",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}