Information about plays

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

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

{
    "id": 476430,
    "uri": "https://api.kexp.org/v2/plays/476430/?format=api",
    "airdate": "2001-10-15T02:04:17-07:00",
    "show": 8126,
    "show_uri": "https://api.kexp.org/v2/shows/8126/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41N77NWWZ5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41N77NWWZ5L._SL75_.jpg",
    "song": "Highway Chile",
    "track_id": "cae12700-f311-42cc-90c0-49e481f8af6c",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Smash Hits",
    "release_id": "58d543d5-3458-4d2d-abc2-7bc173b2789b",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}