Information about plays

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

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

{
    "id": 505414,
    "uri": "https://api.kexp.org/v2/plays/505414/?format=api",
    "airdate": "2002-01-09T18:00:00-08:00",
    "show": 8692,
    "show_uri": "https://api.kexp.org/v2/shows/8692/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Ij0JBPRdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Ij0JBPRdL._SL75_.jpg",
    "song": "Sweet Virginia",
    "track_id": "cd848e31-48eb-4d4b-8592-6b5f027eb25c",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Exile on Main St.",
    "release_id": "4e48a9b1-b666-429d-8c33-11fba83f4555",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}