Information about plays

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

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

{
    "id": 348865,
    "uri": "https://api.kexp.org/v2/plays/348865/?format=api",
    "airdate": "2019-07-02T02:27:50-07:00",
    "show": 5815,
    "show_uri": "https://api.kexp.org/v2/shows/5815/?format=api",
    "image_uri": "http://coverartarchive.org/release/7f4ffe7a-11f5-40c2-95ab-7dbeede3a049/23059100943-250.jpg",
    "thumbnail_uri": "",
    "song": "Jailbreak the Tesla",
    "track_id": "21306630-b7be-4333-a1d0-5fbdeac9596d",
    "recording_id": null,
    "artist": "Injury Reserve feat. Aminé",
    "artist_ids": [
        "4c4fa077-b351-4558-9013-b31e1fbd1d24"
    ],
    "album": "Injury Reserve",
    "release_id": "7f4ffe7a-11f5-40c2-95ab-7dbeede3a049",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Neumos on Thur. Oct. 10th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}