Information about plays

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

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

{
    "id": 530510,
    "uri": "https://api.kexp.org/v2/plays/530510/?format=api",
    "airdate": "2002-03-24T01:18:00-08:00",
    "show": 9184,
    "show_uri": "https://api.kexp.org/v2/shows/9184/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TBV5VZ7ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TBV5VZ7ML._SL75_.jpg",
    "song": "I Offered It Up to the Stars & the Night Sky",
    "track_id": "02e1ee98-4bde-4ed2-85d6-c3f549dc20ee",
    "recording_id": null,
    "artist": "Dirty Three",
    "artist_ids": [
        "af8bb921-4d67-4f0d-ba17-6215315f92e4"
    ],
    "album": "Whatever You Love, You Are",
    "release_id": "8f9746dc-b345-457e-933c-3a37ac453dfe",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2000-03-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}