Information about plays

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

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

{
    "id": 1257843,
    "uri": "https://api.kexp.org/v2/plays/1257843/?format=api",
    "airdate": "2007-07-22T20:28:00-07:00",
    "show": 22028,
    "show_uri": "https://api.kexp.org/v2/shows/22028/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot Thing (radio edit)",
    "track_id": "11b6a049-4e20-4613-9c6d-824979160283",
    "recording_id": null,
    "artist": "Talib Kweli",
    "artist_ids": [
        "bb3cbea2-5ad4-4917-bc84-8a1975d40315"
    ],
    "album": "Hot Thing / Say Something",
    "release_id": "ae13511a-d1d6-47a8-b031-e7b0dc8c4469",
    "release_group_id": null,
    "labels": [
        "Blacksmith Music"
    ],
    "label_ids": [
        "dd3e79ca-9816-44f6-93f0-882d535e0898"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}