Information about plays

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

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

{
    "id": 1287649,
    "uri": "https://api.kexp.org/v2/plays/1287649/?format=api",
    "airdate": "2007-10-06T10:47:00-07:00",
    "show": 22529,
    "show_uri": "https://api.kexp.org/v2/shows/22529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Her",
    "track_id": "0d961812-da4b-4a03-a532-55e682685920",
    "recording_id": null,
    "artist": "Big Youth ",
    "artist_ids": [
        "6e4cbcf5-1b18-4719-98c2-7a2c9eccaa6d"
    ],
    "album": "Musicology",
    "release_id": "cd32d8a6-0057-4bb6-a645-51e12b44f491",
    "release_group_id": null,
    "labels": [
        "PK Records"
    ],
    "label_ids": [
        "a9c29bfc-6490-42ae-b6eb-1e89da5196c1"
    ],
    "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"
}