Information about plays

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

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

{
    "id": 495052,
    "uri": "https://api.kexp.org/v2/plays/495052/?format=api",
    "airdate": "2001-12-09T19:32:43-08:00",
    "show": 8491,
    "show_uri": "https://api.kexp.org/v2/shows/8491/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "$100 Dollar Bill Ya'll",
    "track_id": "26929f5d-e76e-4dbe-812e-315ba371e637",
    "recording_id": null,
    "artist": "Ice Cube",
    "artist_ids": [
        "1d11e2a1-4531-4d61-a8c7-7b5c6a608fd2"
    ],
    "album": "Magic Hip Hop (disc 1)",
    "release_id": "3dc93ef2-9714-48cb-be15-337cad4b9451",
    "release_group_id": null,
    "labels": [
        "Priority"
    ],
    "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"
}