Information about plays

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

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

{
    "id": 348881,
    "uri": "https://api.kexp.org/v2/plays/348881/?format=api",
    "airdate": "2019-07-02T03:18:06-07:00",
    "show": 5815,
    "show_uri": "https://api.kexp.org/v2/shows/5815/?format=api",
    "image_uri": "http://coverartarchive.org/release/0faf90ad-af33-4fbd-8a18-af90edc18234/20532873506-250.jpg",
    "thumbnail_uri": "",
    "song": "I Will Dare",
    "track_id": "2981d721-36a8-4a1b-894d-6c14290aec6c",
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Let It Be",
    "release_id": "0faf90ad-af33-4fbd-8a18-af90edc18234",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2008-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}