Information about plays

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

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

{
    "id": 1264064,
    "uri": "https://api.kexp.org/v2/plays/1264064/?format=api",
    "airdate": "2007-08-07T12:58:00-07:00",
    "show": 22135,
    "show_uri": "https://api.kexp.org/v2/shows/22135/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Magnified and Reduced by Inches",
    "track_id": "f6fe8b8c-f976-42a7-9ba4-2a12286f7e16",
    "recording_id": null,
    "artist": "Juno",
    "artist_ids": [
        "6c0994fb-382e-4510-8e26-56709afaf190"
    ],
    "album": "Magnified and Reduced by Inches",
    "release_id": "f89ca9d3-4281-4e81-bea1-6437b70364c2",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "1997-02-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}