Information about plays

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

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

{
    "id": 414336,
    "uri": "https://api.kexp.org/v2/plays/414336/?format=api",
    "airdate": "2001-01-01T01:57:12-08:00",
    "show": 6902,
    "show_uri": "https://api.kexp.org/v2/shows/6902/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41H85VF1V3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41H85VF1V3L._SL75_.jpg",
    "song": "The Cutter",
    "track_id": "807bad13-198f-42a8-92f2-bb9441ad7c9b",
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Songs to Learn & Sing",
    "release_id": "830cce8b-4ddd-4d1e-8773-2e896fddf88c",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "play_type": "trackplay"
}