Information about plays

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

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

{
    "id": 349540,
    "uri": "https://api.kexp.org/v2/plays/349540/?format=api",
    "airdate": "2019-07-03T10:35:00-07:00",
    "show": 5823,
    "show_uri": "https://api.kexp.org/v2/shows/5823/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fall Apart",
    "track_id": "104f6dba-8cde-4ae1-b172-5cec1de3a0a9",
    "recording_id": null,
    "artist": "Surf the Pines",
    "artist_ids": [
        "2be33f90-89ee-425e-bd7e-ca3b657e88a5"
    ],
    "album": "Fall Apart EP",
    "release_id": "6f72fbbf-26ce-43fe-a185-4a72ae08ba64",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}