Information about plays

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

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

{
    "id": 2682674,
    "uri": "https://api.kexp.org/v2/plays/2682674/?format=api",
    "airdate": "2020-01-06T02:39:38-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This State of Mine (Mind)",
    "track_id": "ede180bf-1d6d-4506-af68-0b09d6e87c0c",
    "recording_id": null,
    "artist": "PBDY feat. Anika",
    "artist_ids": [
        "15c0e62b-3e46-4666-845d-d6c86bd44774"
    ],
    "album": "Careworn",
    "release_id": "b5df53e7-ca6b-476e-8fdb-8ce34585b751",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}