Information about plays

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

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

{
    "id": 1275229,
    "uri": "https://api.kexp.org/v2/plays/1275229/?format=api",
    "airdate": "2007-09-04T16:35:18-07:00",
    "show": 22321,
    "show_uri": "https://api.kexp.org/v2/shows/22321/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vyibFSSYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vyibFSSYL._SL75_.jpg",
    "song": "Rainy Day, Dream Away",
    "track_id": "6b07fc7f-eb84-4279-8df8-7f1eacc80b09",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Electric Ladyland",
    "release_id": "03ebbd41-4ef7-4c2e-87b0-5df734f3eca1",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}