Information about plays

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

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

{
    "id": 2675809,
    "uri": "https://api.kexp.org/v2/plays/2675809/?format=api",
    "airdate": "2019-12-20T06:13:48-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/0bb51eb6-fac6-464a-9e44-f7a832507d86/21129510013-250.jpg",
    "thumbnail_uri": "",
    "song": "Ambling Alp",
    "track_id": "ec3f5c4a-0c48-3838-87ac-8fad55e42e80",
    "recording_id": null,
    "artist": "Yeasayer",
    "artist_ids": [
        "3feba7fa-3837-424a-b4f1-0077d217f569"
    ],
    "album": "Odd Blood",
    "release_id": "0bb51eb6-fac6-464a-9e44-f7a832507d86",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2010-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 53. \"Odd Blood\" was Yeasayer's sophomore release; it came out early in  2010. It was eagerly awaited, following their 2007 debut, \"All Hour Cymbals.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}