Information about plays

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

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

{
    "id": 466587,
    "uri": "https://api.kexp.org/v2/plays/466587/?format=api",
    "airdate": "2001-09-15T21:42:21-07:00",
    "show": 7935,
    "show_uri": "https://api.kexp.org/v2/shows/7935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inertia",
    "track_id": "d61b7f92-7151-45f1-a659-777ef1c53a77",
    "recording_id": null,
    "artist": "PFM",
    "artist_ids": [
        "5fbdf5fa-af85-4958-b6b6-dbac49b16e71"
    ],
    "album": "Val Sinestra EP (disc 1)",
    "release_id": "6e80b14b-7d22-4526-b967-0b1ed75bea3b",
    "release_group_id": null,
    "labels": [
        "Good Looking Records"
    ],
    "label_ids": [
        "07d73c0e-8519-468d-8d94-b967084f5cc1"
    ],
    "release_date": "2001-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}