Information about plays

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

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

{
    "id": 1257919,
    "uri": "https://api.kexp.org/v2/plays/1257919/?format=api",
    "airdate": "2007-07-22T23:58:00-07:00",
    "show": 22029,
    "show_uri": "https://api.kexp.org/v2/shows/22029/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "m2",
    "track_id": "f98ffc19-8f4d-4b3c-af5c-b9daed1e98a7",
    "recording_id": null,
    "artist": "Curd Duca",
    "artist_ids": [
        "57c45ac6-2b31-443d-a517-81c8c48512cb"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mille Plateaux"
    ],
    "label_ids": [
        "559345c8-ba39-405b-8466-76d64ac1b226"
    ],
    "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"
}