Information about plays

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

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

{
    "id": 424084,
    "uri": "https://api.kexp.org/v2/plays/424084/?format=api",
    "airdate": "2001-05-13T18:07:30-07:00",
    "show": 7112,
    "show_uri": "https://api.kexp.org/v2/shows/7112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Yourself Up",
    "track_id": "a762bcc5-499c-4b89-a218-824fabc6873d",
    "recording_id": null,
    "artist": "KRS‐One",
    "artist_ids": [
        "fc4568b6-cbe3-4a3d-8409-28510c19e3e2"
    ],
    "album": "CMJ New Music Monthly, Volume 92: April 2001",
    "release_id": "210b4794-612e-426a-86f6-2fd40dc0ef08",
    "release_group_id": null,
    "labels": [
        "Koch"
    ],
    "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"
}