Information about plays

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

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

{
    "id": 446547,
    "uri": "https://api.kexp.org/v2/plays/446547/?format=api",
    "airdate": "2001-07-19T05:39:00-07:00",
    "show": 7542,
    "show_uri": "https://api.kexp.org/v2/shows/7542/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ariana",
    "track_id": null,
    "recording_id": null,
    "artist": "Hazel",
    "artist_ids": [
        "7c36a5ee-5143-4bb1-8c09-36c0ea817391"
    ],
    "album": "Airiana",
    "release_id": "872eb93a-7f54-40e2-b74d-fc61f9f57b9c",
    "release_group_id": null,
    "labels": [
        "Candy-Ass Records"
    ],
    "label_ids": [
        "3c3d0b6a-5e5b-4f91-925a-46dc14d4cc57"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}