Information about plays

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

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

{
    "id": 500601,
    "uri": "https://api.kexp.org/v2/plays/500601/?format=api",
    "airdate": "2001-12-26T12:15:00-08:00",
    "show": 8596,
    "show_uri": "https://api.kexp.org/v2/shows/8596/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Lb-59MWkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Lb-59MWkL._SL75_.jpg",
    "song": "God Is a Number",
    "track_id": "8a2e11b2-2d89-4457-9086-eef996e4ec58",
    "recording_id": null,
    "artist": "Sleater-Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "The Hot Rock",
    "release_id": "69dfd0a6-b201-418b-ad01-5be713f43195",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1999-02-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}