Information about plays

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

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

{
    "id": 503201,
    "uri": "https://api.kexp.org/v2/plays/503201/?format=api",
    "airdate": "2002-01-03T04:01:00-08:00",
    "show": 8647,
    "show_uri": "https://api.kexp.org/v2/shows/8647/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61gaAokcrjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61gaAokcrjL._SL75_.jpg",
    "song": "Shake Hands With Beef",
    "track_id": "f6e15479-e130-4294-82af-1c22abf53a9e",
    "recording_id": null,
    "artist": "Primus",
    "artist_ids": [
        "84dc4f23-c0b8-4fe1-bbca-a3993ddc8fc2"
    ],
    "album": "Brown Album",
    "release_id": "03d72a1a-870d-4156-abc2-1c8a3cd962fc",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1997-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}