Information about plays

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

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

{
    "id": 379906,
    "uri": "https://api.kexp.org/v2/plays/379906/?format=api",
    "airdate": "2019-09-12T07:21:19-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "http://coverartarchive.org/release/a8180448-e46e-4f84-aaa1-2dd23cf35447/22279905332-250.jpg",
    "thumbnail_uri": "",
    "song": "Everybody Ought To Treat a Stranger Right",
    "track_id": "7a10a2c3-0bd8-4676-b9b0-62f664f30f0a",
    "recording_id": null,
    "artist": "Ry Cooder",
    "artist_ids": [
        "a4e2650b-938b-4b72-95bc-6e229cd34601"
    ],
    "album": "The Prodigal Son",
    "release_id": "a8180448-e46e-4f84-aaa1-2dd23cf35447",
    "release_group_id": null,
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "2018-05-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request for Josh, who is creating community through music. Love it!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}