Information about plays

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

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

{
    "id": 448225,
    "uri": "https://api.kexp.org/v2/plays/448225/?format=api",
    "airdate": "2001-07-24T06:26:15-07:00",
    "show": 7578,
    "show_uri": "https://api.kexp.org/v2/shows/7578/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31NVSMW9SQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31NVSMW9SQL._SL75_.jpg",
    "song": "Jinetes",
    "track_id": "b361696b-06f9-4831-baca-a731aa1ef5e0",
    "recording_id": null,
    "artist": "De La Guarda",
    "artist_ids": [
        "28e6882a-8df9-4cd2-a2c9-d71737e322a1"
    ],
    "album": "De La Guarda",
    "release_id": "2cce8931-47f7-4671-8e98-327bba455bd6",
    "release_group_id": null,
    "labels": [
        "Soluna"
    ],
    "label_ids": [],
    "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"
}