Information about plays

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

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

{
    "id": 451923,
    "uri": "https://api.kexp.org/v2/plays/451923/?format=api",
    "airdate": "2001-08-03T20:30:00-07:00",
    "show": 7642,
    "show_uri": "https://api.kexp.org/v2/shows/7642/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Ain't The Meat",
    "track_id": "3cb85eef-6865-42c0-8708-845f44eeccc7",
    "recording_id": null,
    "artist": "The Swallows",
    "artist_ids": [
        "b905a6a2-f6f0-49c7-bdb6-34a26505835c"
    ],
    "album": "Bump Jump Jive, Volume 2",
    "release_id": "98c65bfe-ed60-46b5-9831-72dccfccf126",
    "release_group_id": null,
    "labels": [
        "Lucky Records"
    ],
    "label_ids": [
        "6b211ff0-673e-41af-9376-bdc05d90c4c3"
    ],
    "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"
}