Information about plays

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

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

{
    "id": 1337704,
    "uri": "https://api.kexp.org/v2/plays/1337704/?format=api",
    "airdate": "2008-02-12T05:38:02-08:00",
    "show": 23376,
    "show_uri": "https://api.kexp.org/v2/shows/23376/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/611DEJ17M2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/611DEJ17M2L._SL75_.jpg",
    "song": "Firefly",
    "track_id": "de6c0d9d-1b1a-40c9-a0c3-38f73f25e734",
    "recording_id": null,
    "artist": "The Shore",
    "artist_ids": [
        "ed3a6b07-6145-4dab-8d88-df8e2e075151"
    ],
    "album": "The Shore",
    "release_id": "acea5050-029f-4f80-bea3-77546856e7a1",
    "release_group_id": null,
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "2004-08-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}