Information about plays

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

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

{
    "id": 342737,
    "uri": "https://api.kexp.org/v2/plays/342737/?format=api",
    "airdate": "2019-06-17T22:51:45-07:00",
    "show": 5716,
    "show_uri": "https://api.kexp.org/v2/shows/5716/?format=api",
    "image_uri": "http://coverartarchive.org/release/4fe63e33-b516-47a9-8384-3d048c2f465b/2289081638-250.jpg",
    "thumbnail_uri": "",
    "song": "Die Like a Dog",
    "track_id": "6e91a3e6-317d-35c9-9732-54533557ff77",
    "recording_id": null,
    "artist": "Curve",
    "artist_ids": [
        "104d65cc-ac4e-4351-b62d-32438c84259f"
    ],
    "album": "Cherry",
    "release_id": "4fe63e33-b516-47a9-8384-3d048c2f465b",
    "release_group_id": null,
    "labels": [
        "Anxious Records"
    ],
    "label_ids": [
        "403a021d-be90-45ce-a1ee-26881ed68471"
    ],
    "release_date": "1991-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "London duo of Toni Halliday and Dean Garcia   http://curve.co.uk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}