Information about plays

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

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

{
    "id": 501742,
    "uri": "https://api.kexp.org/v2/plays/501742/?format=api",
    "airdate": "2001-12-29T18:00:00-08:00",
    "show": 8617,
    "show_uri": "https://api.kexp.org/v2/shows/8617/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EM37E8NPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EM37E8NPL._SL75_.jpg",
    "song": "Science & Industry",
    "track_id": null,
    "recording_id": null,
    "artist": "Sanford Arms",
    "artist_ids": [
        "75d0b95d-4f00-4628-bdb0-266dd0241e31"
    ],
    "album": "Too Loud for the Snowman",
    "release_id": "d33a2524-ac91-45ef-9721-e1aca1b65e5d",
    "release_group_id": null,
    "labels": [
        "Pattern 25 Records"
    ],
    "label_ids": [
        "f50adcb5-096e-4abc-b94c-a71091660a22"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}