Information about plays

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

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

{
    "id": 350311,
    "uri": "https://api.kexp.org/v2/plays/350311/?format=api",
    "airdate": "2019-07-05T04:14:30-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Andean Condor",
    "track_id": "0ff57d96-47d2-4c59-8e57-2caa6a02a383",
    "recording_id": null,
    "artist": "Pixx",
    "artist_ids": [
        "90165cd6-f56e-4b26-9efa-fc30a1d05141"
    ],
    "album": "Small Mercies",
    "release_id": "84e1ce25-0a74-473c-a988-aa94154b9c09",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}