Information about plays

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

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

{
    "id": 1273245,
    "uri": "https://api.kexp.org/v2/plays/1273245/?format=api",
    "airdate": "2007-08-30T15:48:39-07:00",
    "show": 22287,
    "show_uri": "https://api.kexp.org/v2/shows/22287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here We Are",
    "track_id": "9a19d08a-60b9-447f-b3e8-411478c53834",
    "recording_id": null,
    "artist": "Patrick Park",
    "artist_ids": [
        "cd85a41e-3d85-4d14-ab4b-f35894664730"
    ],
    "album": "Everyone's in Everyone",
    "release_id": "792a7ae5-a359-4b91-b54d-e425595d934d",
    "release_group_id": null,
    "labels": [
        "Curb Appeal Records"
    ],
    "label_ids": [
        "492d1e93-ec65-4826-87dd-baf8fb4f7553"
    ],
    "release_date": "2007-08-21",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}