Information about plays

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

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

{
    "id": 1257839,
    "uri": "https://api.kexp.org/v2/plays/1257839/?format=api",
    "airdate": "2007-07-22T20:15:00-07:00",
    "show": 22028,
    "show_uri": "https://api.kexp.org/v2/shows/22028/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who the F*** Is That?",
    "track_id": "df948b52-6cd6-4b6c-92b9-20344055b39c",
    "recording_id": null,
    "artist": "Dolla",
    "artist_ids": [
        "1bc724bb-d3a7-4214-984d-b3e96d5f844b"
    ],
    "album": "Bravo Black Hits, Volume 20 (disc 1)",
    "release_id": "cef672b7-3221-4bea-a952-6b2b4c8b5187",
    "release_group_id": null,
    "labels": [
        "Polystar"
    ],
    "label_ids": [
        "7fdf4b1f-37fb-4d5e-9445-b17b0a6930e4"
    ],
    "release_date": "2009-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}