Information about plays

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

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

{
    "id": 1388107,
    "uri": "https://api.kexp.org/v2/plays/1388107/?format=api",
    "airdate": "2008-06-20T22:53:08-07:00",
    "show": 24229,
    "show_uri": "https://api.kexp.org/v2/shows/24229/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zDADjpKvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zDADjpKvL._SL75_.jpg",
    "song": "The Pressure (feat. Raashan Ahmad)",
    "track_id": "dcc43388-7f6c-49ad-a8ee-5ec56888a8f2",
    "recording_id": null,
    "artist": "Presto",
    "artist_ids": [
        "a2946280-eb7b-4223-80f5-e008045c397b"
    ],
    "album": "State of the Art",
    "release_id": "d5595371-ee18-41db-b849-26aa0997981b",
    "release_group_id": null,
    "labels": [
        "Concrete Grooves"
    ],
    "label_ids": [
        "429770f5-c27e-4fd9-87dd-19b7a809eecd"
    ],
    "release_date": "2008-06-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}