Information about plays

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

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

{
    "id": 491253,
    "uri": "https://api.kexp.org/v2/plays/491253/?format=api",
    "airdate": "2001-11-28T15:00:00-08:00",
    "show": 8418,
    "show_uri": "https://api.kexp.org/v2/shows/8418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blues for Turntable",
    "track_id": "1be19164-4b23-452b-87bc-10f4868cac51",
    "recording_id": null,
    "artist": "Omoide Hatoba",
    "artist_ids": [
        "9050240a-73fa-4b42-b961-2a1c0a93cd6e"
    ],
    "album": "Suichi-Joe",
    "release_id": "21206a98-c9d6-4e7f-817e-de4319f6cb62",
    "release_group_id": null,
    "labels": [
        "Alchemy Records"
    ],
    "label_ids": [
        "dd2974ef-eb9e-4dcd-a22c-ce2bc2505701"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}