Information about plays

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

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

{
    "id": 502021,
    "uri": "https://api.kexp.org/v2/plays/502021/?format=api",
    "airdate": "2001-12-30T17:11:00-08:00",
    "show": 8625,
    "show_uri": "https://api.kexp.org/v2/shows/8625/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21R694PG7KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21R694PG7KL._SL75_.jpg",
    "song": "Find Yourself Alone",
    "track_id": "6bbe2038-4f01-47e6-9552-1261f1dab2c2",
    "recording_id": null,
    "artist": "Ken Stringfellow",
    "artist_ids": [
        "45f563aa-4601-4c6d-ab0d-a9f296eea71a"
    ],
    "album": "Touched",
    "release_id": "c68264bb-8a43-4cdf-9a95-d5e1960bb6f1",
    "release_group_id": null,
    "labels": [
        "Manifesto"
    ],
    "label_ids": [
        "04f8fe8c-83da-4912-9c6c-295923fd48dd"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}