Information about plays

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

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

{
    "id": 509690,
    "uri": "https://api.kexp.org/v2/plays/509690/?format=api",
    "airdate": "2002-01-22T14:20:00-08:00",
    "show": 8780,
    "show_uri": "https://api.kexp.org/v2/shows/8780/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xPWmLBm-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xPWmLBm-L._SL75_.jpg",
    "song": "When You Make Up Your Mind",
    "track_id": "eebb9d85-94b5-4f00-9995-713c85c32654",
    "recording_id": null,
    "artist": "Gutterball",
    "artist_ids": [
        "3d60207e-0e7e-4379-b177-a4b999b115e7"
    ],
    "album": "Gutterball",
    "release_id": "1aefdb46-b212-46b8-af4d-6b086ea606f7",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "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"
}