Information about plays

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

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

{
    "id": 1307834,
    "uri": "https://api.kexp.org/v2/plays/1307834/?format=api",
    "airdate": "2007-11-28T14:50:00-08:00",
    "show": 22877,
    "show_uri": "https://api.kexp.org/v2/shows/22877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lovers of Today",
    "track_id": "63e1158b-45f6-4248-8e47-43cb3e77a493",
    "recording_id": null,
    "artist": "The Only Ones",
    "artist_ids": [
        "812dca85-2b55-4015-a92e-1182251bc621"
    ],
    "album": "Why Don't You Kill Yourself? The CBS Recordings (disc 1)",
    "release_id": "a6f79c3e-985c-405a-8c77-5400512c6208",
    "release_group_id": null,
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [
        "a4a01f0f-c349-4352-9075-b268f6ef0f48"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}