Information about plays

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

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

{
    "id": 501151,
    "uri": "https://api.kexp.org/v2/plays/501151/?format=api",
    "airdate": "2001-12-27T23:59:00-08:00",
    "show": 8605,
    "show_uri": "https://api.kexp.org/v2/shows/8605/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41bn03zD5cL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41bn03zD5cL._SL75_.jpg",
    "song": "Last Night I Dreamt That Somebody Loved Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "Last Night I Dreamt That Somebody Loved Me",
    "release_id": "b4967c77-6e47-4e3e-bbd6-6592faea62b1",
    "release_group_id": null,
    "labels": [
        "Cahirkicker's Music"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}