Information about plays

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

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

{
    "id": 514908,
    "uri": "https://api.kexp.org/v2/plays/514908/?format=api",
    "airdate": "2002-02-06T11:53:00-08:00",
    "show": 8878,
    "show_uri": "https://api.kexp.org/v2/shows/8878/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EaFzrvsML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EaFzrvsML._SL75_.jpg",
    "song": "The Achiever",
    "track_id": "33c01b7f-54e4-4f6c-bae5-e607aa81e5b4",
    "recording_id": null,
    "artist": "Stephen Prina",
    "artist_ids": [
        "383f9647-eb23-4104-8a2d-c1f6d7a59bc4"
    ],
    "album": "Push Comes to Love",
    "release_id": "557bc07a-79b3-4118-8bf2-4b8ae07933aa",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}