Information about plays

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

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

{
    "id": 1050907,
    "uri": "https://api.kexp.org/v2/plays/1050907/?format=api",
    "airdate": "2006-01-29T11:49:00-08:00",
    "show": 18464,
    "show_uri": "https://api.kexp.org/v2/shows/18464/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Booty Ooty",
    "track_id": "494bc022-7afe-419c-912b-3c0f58358768",
    "recording_id": null,
    "artist": "Johnny “Guitar” Watson",
    "artist_ids": [
        "defba3df-b0f3-4ef1-8e1f-4ef88cc8fc42"
    ],
    "album": "Love Jones",
    "release_id": "05ba2e57-5670-4eeb-9001-7fccfc361cc6",
    "release_group_id": null,
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "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"
}