Information about plays

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

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

{
    "id": 479506,
    "uri": "https://api.kexp.org/v2/plays/479506/?format=api",
    "airdate": "2001-10-23T19:06:40-07:00",
    "show": 8182,
    "show_uri": "https://api.kexp.org/v2/shows/8182/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/61EtahAuhBL.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/61EtahAuhBL._SL75_.jpg",
    "song": "No Agreement",
    "track_id": "0f2f2c8b-011e-4826-9712-2cb6dcdf3b2b",
    "recording_id": null,
    "artist": "Fela Kuti",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a"
    ],
    "album": "No Agreement",
    "release_id": "bd542341-85a3-4ab9-9589-6f4a1b82d808",
    "release_group_id": null,
    "labels": [
        "Celluloid"
    ],
    "label_ids": [
        "1c4a920e-65a7-4e60-bf45-78a9741977bb"
    ],
    "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"
}