Information about plays

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

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

{
    "id": 456305,
    "uri": "https://api.kexp.org/v2/plays/456305/?format=api",
    "airdate": "2001-08-16T12:07:03-07:00",
    "show": 7725,
    "show_uri": "https://api.kexp.org/v2/shows/7725/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sexy Postcard",
    "track_id": "6d58f0c1-8fa9-44c9-8545-77339c18ea35",
    "recording_id": null,
    "artist": "New Wet Kojak",
    "artist_ids": [
        "1f113d7d-a869-4946-9a56-19b93d6c1fe9"
    ],
    "album": "New Wet Kojak",
    "release_id": "dcd7fcce-9fb3-4ae6-82cc-52a1213453a8",
    "release_group_id": null,
    "labels": [
        "Touch And Go"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}