Information about plays

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

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

{
    "id": 532352,
    "uri": "https://api.kexp.org/v2/plays/532352/?format=api",
    "airdate": "2002-03-29T00:01:00-08:00",
    "show": 9215,
    "show_uri": "https://api.kexp.org/v2/shows/9215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y2beWVQGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y2beWVQGL._SL75_.jpg",
    "song": "MAW Expensive (A Tribute to Fela) (feat. Wunmi)",
    "track_id": "246e0620-fdda-40b4-ac19-b73cd6883bad",
    "recording_id": null,
    "artist": "Masters at Work",
    "artist_ids": [
        "11293854-fc44-43e2-bb37-c48e5063bb55"
    ],
    "album": "Our Time Is Coming",
    "release_id": "639d5465-0f5e-49bb-a63b-b7f086955e79",
    "release_group_id": null,
    "labels": [
        "MAW"
    ],
    "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"
}