Information about plays

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

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

{
    "id": 417673,
    "uri": "https://api.kexp.org/v2/plays/417673/?format=api",
    "airdate": "2001-04-24T07:08:34-07:00",
    "show": 6976,
    "show_uri": "https://api.kexp.org/v2/shows/6976/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BIvJLwEeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BIvJLwEeL._SL75_.jpg",
    "song": "I Walk the Earth",
    "track_id": null,
    "recording_id": null,
    "artist": "King Biscuit Time",
    "artist_ids": [
        "e6a83406-15db-4cb5-85d0-f56e4c2a5a01"
    ],
    "album": "No Style",
    "release_id": "fcee75e4-4575-41fb-bcca-f51c6f577444",
    "release_group_id": null,
    "labels": [
        "Regal Recordings"
    ],
    "label_ids": [
        "c3b2ae8c-1d88-4c5e-a683-1ffb720c12f2"
    ],
    "release_date": "2000-06-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}