Information about plays

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

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

{
    "id": 426428,
    "uri": "https://api.kexp.org/v2/plays/426428/?format=api",
    "airdate": "2001-05-21T03:55:42-07:00",
    "show": 7160,
    "show_uri": "https://api.kexp.org/v2/shows/7160/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51S2KbfyIIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51S2KbfyIIL._SL75_.jpg",
    "song": "Highway Song",
    "track_id": "a59706bf-f3ce-4398-87eb-83e3ca9d0c73",
    "recording_id": null,
    "artist": "Blackfoot",
    "artist_ids": [
        "4b24527f-0cfc-4ac0-8d63-ab8d8cfa64e3"
    ],
    "album": "Strikes",
    "release_id": "b7b44894-4da8-418c-aa90-124efd174b6f",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}