Information about plays

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

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

{
    "id": 518267,
    "uri": "https://api.kexp.org/v2/plays/518267/?format=api",
    "airdate": "2002-02-15T20:26:00-08:00",
    "show": 8939,
    "show_uri": "https://api.kexp.org/v2/shows/8939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh Yeah",
    "track_id": "94601c9a-3844-4396-a26b-66e8e961a48d",
    "recording_id": null,
    "artist": "Wally Jeffrey",
    "artist_ids": [
        "b485de14-fa52-4fa6-8941-1aae0f5c3806"
    ],
    "album": "El Primitivo American Rock 'n' Roll and Rockabilly",
    "release_id": "19fe3cd4-221d-4865-b65b-1791fd23e392",
    "release_group_id": null,
    "labels": [
        "Ridgetop"
    ],
    "label_ids": [],
    "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"
}