Information about plays

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

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

{
    "id": 494430,
    "uri": "https://api.kexp.org/v2/plays/494430/?format=api",
    "airdate": "2001-12-07T18:18:00-08:00",
    "show": 8477,
    "show_uri": "https://api.kexp.org/v2/shows/8477/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AW5ASCZPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AW5ASCZPL._SL75_.jpg",
    "song": "Big Daddy",
    "track_id": "18e9664b-f7a7-4965-aadd-aa1f4eb04983",
    "recording_id": null,
    "artist": "Jerry Reed",
    "artist_ids": [
        "44419ff2-0251-49ba-933b-b09733ff9adb"
    ],
    "album": "When You're Hot, You're Hot / Ko-Ko-Joe",
    "release_id": "3e63533c-7267-4c25-b90d-65f7a0bd4989",
    "release_group_id": null,
    "labels": [
        "BMG"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}