Information about plays

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

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

{
    "id": 473917,
    "uri": "https://api.kexp.org/v2/plays/473917/?format=api",
    "airdate": "2001-10-07T17:49:24-07:00",
    "show": 8074,
    "show_uri": "https://api.kexp.org/v2/shows/8074/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How Ya Want It",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Andy Smith",
    "artist_ids": [
        "fa2e6e3c-3068-47d4-9a61-804e17eb2e05"
    ],
    "album": "The Document",
    "release_id": "4589a971-b70e-4437-aba3-2476acb2edc7",
    "release_group_id": null,
    "labels": [
        "Phase 4 Stereo"
    ],
    "label_ids": [
        "add3291c-f49a-4f70-ae1c-66ebb7c72a7b"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}