Information about plays

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

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

{
    "id": 445614,
    "uri": "https://api.kexp.org/v2/plays/445614/?format=api",
    "airdate": "2001-07-16T14:03:20-07:00",
    "show": 7526,
    "show_uri": "https://api.kexp.org/v2/shows/7526/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WN43KF76L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WN43KF76L._SL75_.jpg",
    "song": "Dayton",
    "track_id": "9a668a22-541d-4d66-9d2f-7ae0131f7966",
    "recording_id": null,
    "artist": "Little Axe",
    "artist_ids": [
        "bef97ee3-daab-4a0f-9d0d-9dbf9fdd5b15"
    ],
    "album": "The Wolf That House Built",
    "release_id": "c79f6ebe-a359-450c-b90a-51f50ad5da86",
    "release_group_id": null,
    "labels": [
        "U-Sound"
    ],
    "label_ids": [
        "b190e04a-3040-4bf5-9c5b-bc25881241fe"
    ],
    "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"
}