Information about plays

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

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

{
    "id": 509220,
    "uri": "https://api.kexp.org/v2/plays/509220/?format=api",
    "airdate": "2002-01-21T03:14:00-08:00",
    "show": 8771,
    "show_uri": "https://api.kexp.org/v2/shows/8771/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ITLh2na6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ITLh2na6L._SL75_.jpg",
    "song": "Dub the E",
    "track_id": "c5d99bb8-37e8-4020-aeba-3671611a81d5",
    "recording_id": null,
    "artist": "Revolutionary Dub Warriors",
    "artist_ids": [
        "be84a0e9-d385-47db-a911-d373daf1f71f"
    ],
    "album": "Reaction Dub, Part 1: Deliverance",
    "release_id": "d0ccd4a0-5b0e-4c4d-8196-addfadb1e71a",
    "release_group_id": null,
    "labels": [
        "On-U Sound"
    ],
    "label_ids": [
        "129d0c94-8097-4f3b-94a6-cf84ede01c7d"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}