Information about plays

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

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

{
    "id": 460158,
    "uri": "https://api.kexp.org/v2/plays/460158/?format=api",
    "airdate": "2001-08-27T20:37:30-07:00",
    "show": 7806,
    "show_uri": "https://api.kexp.org/v2/shows/7806/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Man Fo Job",
    "track_id": "f0736c5d-2686-49c5-be49-055978f5c31f",
    "recording_id": null,
    "artist": "Les Têtes Brulées",
    "artist_ids": [
        "5e39f257-c34b-4069-8f36-b9313822e73d"
    ],
    "album": "Hot Heads",
    "release_id": "300fcb06-c468-48d1-b608-c28aa22a7eb7",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}