Information about plays

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

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

{
    "id": 2683094,
    "uri": "https://api.kexp.org/v2/plays/2683094/?format=api",
    "airdate": "2020-01-07T03:34:38-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Say Something (radio version)",
    "track_id": "57d9fc15-0c3b-39e8-9108-a6314d35e5fa",
    "recording_id": null,
    "artist": "James",
    "artist_ids": [
        "a2accb58-6099-4cb5-a3c8-f6332f364db5"
    ],
    "album": "Say Something",
    "release_id": "ba8e183d-3f30-4cc1-9c05-120af3498d75",
    "release_group_id": null,
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James on Jools Holland: https://bit.ly/36xmwr8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}