Information about plays

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

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

{
    "id": 417264,
    "uri": "https://api.kexp.org/v2/plays/417264/?format=api",
    "airdate": "2001-04-22T21:17:08-07:00",
    "show": 6966,
    "show_uri": "https://api.kexp.org/v2/shows/6966/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sonar",
    "track_id": "343fae8e-3fb9-4792-a920-23f9ce613e07",
    "recording_id": null,
    "artist": "Trace",
    "artist_ids": [
        "5cdf70f3-a3af-453a-8206-41963bc9e6ab"
    ],
    "album": "Sonar / Sphere",
    "release_id": "ec179766-c05c-42ef-bb3c-f0c44e3796f7",
    "release_group_id": null,
    "labels": [
        "Prototype Recordings"
    ],
    "label_ids": [
        "cd66d819-defb-4932-921d-56c7f2df1af0"
    ],
    "release_date": "1998-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}