Information about plays

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

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

{
    "id": 349232,
    "uri": "https://api.kexp.org/v2/plays/349232/?format=api",
    "airdate": "2019-07-02T21:13:43-07:00",
    "show": 5820,
    "show_uri": "https://api.kexp.org/v2/shows/5820/?format=api",
    "image_uri": "http://coverartarchive.org/release/d8219770-5ff2-418a-8b24-072a068244c2/1991110534-250.jpg",
    "thumbnail_uri": "",
    "song": "Strangers on a Train",
    "track_id": "ae5ed110-6c05-3028-8389-66fa0277b348",
    "recording_id": null,
    "artist": "Lovage",
    "artist_ids": [
        "43e2b545-3e4a-4fd7-a773-8daafa610570"
    ],
    "album": "Nathaniel Merriweather Presents... Lovage: Music to Make Love to Your Old Lady By",
    "release_id": "d8219770-5ff2-418a-8b24-072a068244c2",
    "release_group_id": null,
    "labels": [
        "75 Ark"
    ],
    "label_ids": [
        "59c32dec-b685-4ecc-a82b-339b1280cd38"
    ],
    "release_date": "2001-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}