Information about plays

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

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

{
    "id": 503699,
    "uri": "https://api.kexp.org/v2/plays/503699/?format=api",
    "airdate": "2002-01-04T16:28:00-08:00",
    "show": 8656,
    "show_uri": "https://api.kexp.org/v2/shows/8656/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MKKX0DRML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MKKX0DRML._SL75_.jpg",
    "song": "Climb",
    "track_id": "1c939480-db9e-4364-a2ca-96be11c56d77",
    "recording_id": null,
    "artist": "Noe Venable",
    "artist_ids": [
        "b902ede2-1555-4bbd-a77f-8d6425237f45"
    ],
    "album": "Boots",
    "release_id": "af26e35c-558c-43a5-9ac1-d2b064c095b9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}