Information about plays

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

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

{
    "id": 448751,
    "uri": "https://api.kexp.org/v2/plays/448751/?format=api",
    "airdate": "2001-07-25T16:35:17-07:00",
    "show": 7586,
    "show_uri": "https://api.kexp.org/v2/shows/7586/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jus a Lil' Dope",
    "track_id": "c3f547d0-7ac2-46fd-830f-30058bb2c0a1",
    "recording_id": null,
    "artist": "Masters at Work",
    "artist_ids": [
        "11293854-fc44-43e2-bb37-c48e5063bb55"
    ],
    "album": "Dope on Plastic! Volume 3",
    "release_id": "e16e5ce9-2930-42ce-9125-19b2c513112b",
    "release_group_id": null,
    "labels": [
        "React"
    ],
    "label_ids": [
        "7be8ee8c-8327-43e8-927e-daf47930d3bd"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}