Information about plays

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

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

{
    "id": 414418,
    "uri": "https://api.kexp.org/v2/plays/414418/?format=api",
    "airdate": "2001-02-25T16:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51652XNP4XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51652XNP4XL._SL75_.jpg",
    "song": "Idem Soit Done",
    "track_id": "c6f83611-768c-48fd-a277-7d25e2d163e4",
    "recording_id": null,
    "artist": "Ekova",
    "artist_ids": [
        "69f50d5b-acc6-4cac-a1e7-d9f9582705e9"
    ],
    "album": "Space Lullabies and Other Fantasmagore",
    "release_id": "dc47bc25-2ad6-4529-a6e4-89ea3d4a126d",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}