Information about plays

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

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

{
    "id": 463689,
    "uri": "https://api.kexp.org/v2/plays/463689/?format=api",
    "airdate": "2001-09-07T04:32:43-07:00",
    "show": 7874,
    "show_uri": "https://api.kexp.org/v2/shows/7874/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "time keeps on slipping",
    "track_id": null,
    "recording_id": null,
    "artist": "Deltron 3030",
    "artist_ids": [
        "ce886f30-8b8f-4cc8-b854-3749291350fd"
    ],
    "album": "positive contact (e.p.)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "75 Ark"
    ],
    "label_ids": [
        "59c32dec-b685-4ecc-a82b-339b1280cd38"
    ],
    "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"
}