Information about plays

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

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

{
    "id": 346519,
    "uri": "https://api.kexp.org/v2/plays/346519/?format=api",
    "airdate": "2019-06-26T14:56:55-07:00",
    "show": 5775,
    "show_uri": "https://api.kexp.org/v2/shows/5775/?format=api",
    "image_uri": "http://coverartarchive.org/release/10c88f6c-241e-483e-9020-694203e51ff8/18358527539-250.jpg",
    "thumbnail_uri": "",
    "song": "Jagged",
    "track_id": "44edccdf-5508-376e-b43c-ba07d0c424f2",
    "recording_id": null,
    "artist": "Old 97's",
    "artist_ids": [
        "8dd216da-6db2-4130-9a7c-ece756d1394d"
    ],
    "album": "Fight Songs",
    "release_id": "10c88f6c-241e-483e-9020-694203e51ff8",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1999-04-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Currently on tour in the southern states this summer.  http://old97s.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}