Information about plays

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

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

{
    "id": 531499,
    "uri": "https://api.kexp.org/v2/plays/531499/?format=api",
    "airdate": "2002-03-26T21:57:37-08:00",
    "show": 9203,
    "show_uri": "https://api.kexp.org/v2/shows/9203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ganges a go-go",
    "track_id": null,
    "recording_id": null,
    "artist": "Various",
    "artist_ids": [
        "b5fdc683-c598-497a-af75-a0e2569788e1"
    ],
    "album": "Bombay The Hard Way",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Motel"
    ],
    "label_ids": [
        "b46f159a-b3bc-4a30-98db-736e3a2ad6b7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}