Information about plays

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

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

{
    "id": 456749,
    "uri": "https://api.kexp.org/v2/plays/456749/?format=api",
    "airdate": "2001-08-17T18:13:38-07:00",
    "show": 7733,
    "show_uri": "https://api.kexp.org/v2/shows/7733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quicksand Love",
    "track_id": "3dbf2a32-04ca-4ab2-a1fa-751576fd1049",
    "recording_id": null,
    "artist": "Macy Skipper",
    "artist_ids": [
        "0842c5ea-3cfc-4f3f-a07d-1857b430cd76"
    ],
    "album": "The Last Great Rockabilly Saturday Night",
    "release_id": "8444abef-43b4-404b-a031-28757ecf29fa",
    "release_group_id": null,
    "labels": [
        "Stomper Time Records"
    ],
    "label_ids": [
        "2badfabf-d3c8-4e1a-b337-29088eacc6ea"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}